projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c53638
)
(load-library): Use `get-load-suffixes' instead of `load-suffixes'.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 27 Feb 2006 01:53:28 +0000
(
01:53
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 27 Feb 2006 01:53:28 +0000
(
01:53
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index ab69c7958a9018722c746a3783b934c019f5d077..db3309fcf0abcdba4a8741b94e9a66734dcee352 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-699,7
+699,7
@@
This is an interface to the function `load'."
(interactive
(list (completing-read "Load library: "
'locate-file-completion
- (cons load-path
load-suffixes
))))
+ (cons load-path
(get-load-suffixes)
))))
(load library))
(defun file-remote-p (file)